Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update merge process in GitHub workflow #164

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

jakubswierczek
Copy link
Contributor

The merge operation from 'dev' to 'main' has been refactored to use the 'merge-fast-forward-action'. This change simplifies the GitHub workflow by replacing the manual git commands with a dedicated action. In addition, custom success and failure messages have been provided for better visibility of merge status.

The merge operation from 'dev' to 'main' has been refactored to use the 'merge-fast-forward-action'. This change simplifies the GitHub workflow by replacing the manual git commands with a dedicated action. In addition, custom success and failure messages have been provided for better visibility of merge status.
@jakubswierczek jakubswierczek self-assigned this Apr 12, 2024
@jakubswierczek jakubswierczek merged commit fb30152 into dev Apr 12, 2024
2 checks passed
@jakubswierczek jakubswierczek deleted the jacob/untracted/fix-merge-to-main branch April 12, 2024 07:34
jakubswierczek added a commit that referenced this pull request Apr 12, 2024
The merge operation from 'dev' to 'main' has been refactored to use the
'merge-fast-forward-action'. This change simplifies the GitHub workflow
by replacing the manual git commands with a dedicated action. In
addition, custom success and failure messages have been provided for
better visibility of merge status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants